Conversation
|
Hi, @isublimity can you check this PR? |
|
Hi, The first issues occured when we ugpraded from 1.5.1 -> 1.5.3 But this results into syntax error, because the code is adding Also the fix in #216 , shouldn't that have been |
This PR #190 brings breaking changes.
First of all, we can not execute CREATE, DROP, ALTER without
ON CLUSTER. CauseCREATE TABLE blabla ... FORMAT JSONwill produce syntax error exceptionSecond, this was very bad solution.
0 === strpos? What if query will have comment in start?My PR fixes this issue, but breaks old code. But i think this is much better solution than the current one